点群成员头像也能进入成员列表

chengzhenyu 8 years ago
parent
commit
c3208cb068
1 changed files with 2 additions and 0 deletions
  1. 2 0
      app/src/main/java/ai/pai/client/activity/GroupSettingActivity.java

+ 2 - 0
app/src/main/java/ai/pai/client/activity/GroupSettingActivity.java

@@ -78,6 +78,7 @@ public class GroupSettingActivity extends BaseActivity implements View.OnClickLi
78 78
         findViewById(R.id.layout_group_qr).setOnClickListener(this);
79 79
         findViewById(R.id.layout_group_name).setOnClickListener(this);
80 80
         findViewById(R.id.layout_group_member).setOnClickListener(this);
81
+        findViewById(R.id.layout_member_avatars).setOnClickListener(this);
81 82
         groupLockTextView = (TextView) findViewById(R.id.tv_group_lock);
82 83
         groupNameTextView = (TextView) findViewById(R.id.tv_group_name);
83 84
         groupMemberTextView = (TextView) findViewById(R.id.tv_group_member);
@@ -147,6 +148,7 @@ public class GroupSettingActivity extends BaseActivity implements View.OnClickLi
147 148
                 MobclickAgent.onEvent(this, UmengEvent.groupconfig_qrcode_layout_click);
148 149
                 new GroupQRPopup(this, groupId, groupName, avatarId).showPopupWindow();
149 150
                 break;
151
+            case R.id.layout_member_avatars:
150 152
             case R.id.layout_group_member:
151 153
                 Intent memberIntent = new Intent(this, GroupDeleteMemberActivity.class);
152 154
                 memberIntent.putExtra("group_name", groupName);